home *** CD-ROM | disk | FTP | other *** search
/ 100 Plus Great Games 2 / 100PLUSV2.BIN / games / Darts(Scram).dxr / text boxes_9_Current Round Box.ls < prev    next >
Encoding:
Text File  |  2002-01-25  |  131 b   |  8 lines

  1. property spriteNum
  2. global gCRBox, gRound
  3.  
  4. on beginSprite me
  5.   gCRBox = sprite(spriteNum).member
  6.   gCRBox.text = string(gRound)
  7. end
  8.